ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ComboBox<T> Class / Render Method
The specified writer used to render.

In This Topic
    Render Method (ComboBox<T>)
    In This Topic
    Render the component result to the writer.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Render( _
       ByVal writer As HtmlTextWriter _
    ) 
    public override void Render( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    The specified writer used to render.
    See Also